SocketCore.SendComplete Event

Occurs when a send has completed. Use this to determine when all your data has been sent.

Syntax

SendComplete ( UserAborted )

Parameters

UserAborted

Boolean


UserAborted will be True if the user aborted the send by returning True from the SendProgress event. You can use this information to update different status variables or to alert the user the success or failure of the transfer. If the send was completed, this value is False. UserAborted will always be False for UDP sockets.